Since Qmenu_enable is used by non-X-specific code, it shouldn't be
authorJim Blandy <jimb@redhat.com>
Sat, 10 Apr 1993 08:04:27 +0000 (08:04 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 10 Apr 1993 08:04:27 +0000 (08:04 +0000)
commit6904bdcd0874054d3992319455cf049e5f01c69d
tree463b5b47a91cca563fbba5b3a2eca4f5a4fcd695
parent367bf23780e9d1a55002085beb9e0afd5a55be77
Since Qmenu_enable is used by non-X-specific code, it shouldn't be
defined in an X-only source file.
* xmenu.c (Qmenu_enable): Definition moved...
(syms_of_xmenu): ... along with initialization ...
* keyboard.c (Qmenu_enable): ... to here ...
(syms_of_keyboard): ... and here.
src/xmenu.c